home *** CD-ROM | disk | FTP | other *** search
- **************************************************************************
- * *
- * This set of programs is placed in the public domain by *
- * their author, William Couture *
- * *
- * If you find this package to be of value to you, you are encouraged *
- * send $20.00 to: *
- * DDI *
- * 1580 Rice Creek Road *
- * Mpls, MN 55432 *
- * *
- **************************************************************************
-
- Description of files in the Chedit package:
-
- CHEDIT.EXE - The CHaracter EDITor itself.
- CHEDIT.WS - The CHEDIT documentation in Wordstart document format.
- CHEDIT.DOC - The CHEDIT documentation in ASCII format.
- CGRAPHM.H - A header file for Microsoft C V3.0, declaring the character
- graphics routines.
- CGRAPH.MSC - An object file containing the character graphics routines,
- for the small memory model of Microsoft C.
- LOADEGA.MSC - An object file containing the LOADEGA routine, for the small
- memory model of Microsoft C.
- MISC.MSC - An object file containing the miscellaneous routines grmode()
- and cursor_pos() for EXAMP2.C, Microsoft C small memory model.
- CGRAPHC.DOC - The documentation for the C language version of the character
- graphics routines.
- EXAMP1.C - Example program #1 from CGRAPHC.DOC.
- EXAMP2.C - Example program #2 from CGRAPHC.DOC.
- CGRAPH.C - C source code for several of the CGRAPH routines.
- EGA.C - A C source file containing a routine that loads an 8 x 14 character
- set from a user program.
- CGRAPHC.H - A header file for Computer Innovations C, V2.3, declaring the
- character graphics routines.
- CGRAPH.C86 - An object file containing the character graphics routines,
- for the small memory model of Computer Innovations C.
-
- NOTE: Since I do not have the Computer Innovations Compiler,
- whether or not these routines will work is somewhat chancy.
- Also, the LOADEGA and the miscellaneous routines are not present.
- Anyone interested in CI86 support should check out the source
- files in the companion package, available from DDI.
-
- READMEC.BUG - A desciption of an apparent BIOS bug that affects this package,
- C language version.
- REPLACEC.BUG - An include file for MSC that overcomes an apparent BIOS bug,
- C language version.
- EGA.I - A Turbo Pascal include file containing routines that loads EGA
- character set from a user program.
- PCHR.I - A Turbo Pascal include file that contains the code for the Pascal
- version of the character graphics routines.
- EXAMP1.PAS - Example program #1 from CGRAPHP.DOC.
- EXAMP2.PAS - Example program #2 from CGRAPHP.DOC.
- CGRAPHP.DOC - The documentation for the Turbo Pascal version of the character
- graphics routines.
- READMEP.BUG - A desciption of an apparent BIOS bug that affects this package,
- Turbo Pascal version.
- REPLACEP.BUG - An include file that overcomes an apparent BIOS bug,
- Turbo Pascal version.
- README.EGA - A late notice concerning EGA compatibility.
- LOADEGA.EXE - A program that allows you to use character sets created by
- CHEDIT as the resident character set when using EGA.
- SLOTMCHN.CHR - A character set needed for EXAMP2.C and EXAMP2.PAS.
- BLANK.CHR - A blank character set. Since the default when creating a new
- character set in CHEDIT is a hatch pattern, this is very useful.
- IBM.CHR - A copy of the IBM ROM-resident double dot character set.
- (Note: Actually, the character set was obtained from a Zenith.)
- ALPHA.CHR - A standard ASCII character set example. Also used by EXAMP1.C
- and EXAMP1.PAS.
- UPPER.CHR - An extended ASCII character set example.
- CAR.CHR - An example of figures drawn with multiple characters.
- EGA1.CHR - Lower half of an example EGA character set.
- EGA2.CHR - Upper half of an example EGA character set.
- SCRIPT1.CHR - Lower half of another example EGA character set.
- SCRIPT2.CHR - Upper half of another example EGA character set.
- README.1ST - This file.
-
-
- **************************************************************************
- * *
- * Note: *
- * The source to the CHEDIT package is also available from DDI, *
- * for a $10.00 contribution to cover shipping and handling. *
- * *
- * BE WARNED: CHEDIT grew out of a small, simple program, and *
- * the source code reflects this. The source, in C for the *
- * DeSmet compiler, is confusing and almost totally uncommented. *
- * *
- **************************************************************************
-